home *** CD-ROM | disk | FTP | other *** search
- /* Name: StartupParameters.plist
- * Project: DoubleCommand
- * Author: Michael Baltaks <mbaltaks@mac.com>
- * Creation Date: 2002-05-01
- * Tabsize: 4
- * This Revision: $Id$
- */
-
- {
- Description = "Provides a second Command key for PowerBook keyboards";
- Provides = ("DoubleCommand");
- Requires = ("Disks"); /* depend on something so that we don't come too early */
- OrderPreference = "None";
- Messages = {
- start = "Enabling DoubleCommand";
- stop = "Disabling DoubleCommand";
- };
- }
-